Html Css Color HEX #949FDC Portage

📋 copy color: '#949FDC'

red 148 ◦ green 159 ◦ blue 220

#949FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #949FDC

Tints of Portage #949FDC

RGB

 RED value IS 148 (58.2% from 255) = 28.08%

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 28.08%
G = 30.17%
B = 41.75%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#949FDC (or 0x949FDC) is known color: Portage. HEX triplet: 94, 9F and DC. RGB value is (148,159,220). Sum of RGB (Red+Green+Blue) = 148+159+220=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #949FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FDC is #6B6023. Grayscale: #A2A2A2. Windows color (decimal): -7036964 or 14458772. OLE color: 14458772.

HSL color Cylindrical-coordinate representation of color #949FDC: hue angle of 230.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949FDC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 159 220 -
CMYK 0.33 0.28 0 0.14
HSL 230.83º 0.51% 0.72% -
HSV(B) 230.83º 0.33% 0.86% -
XYZ 37.53 36.26 72.73 -
YUV 162.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 148 159 220 0.33 0.28 0 0.14 230.83 0.51 0.72
Hex 94 9F DC 21 1C 0 E E7 33 48
Octal 224 237 334 41 34 0 16 347 63 110
Binary 10010100 10011111 11011100 100001 11100 0 1110 11100111 110011 1001000

Color Harmonies of #949FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FDC

Black with #949FDC

Text Example


Text Example

White with #949FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949FDC; }

 p { color: rgb(148,159,220); }

 H1.HeaderClassName
 {
   color: #949FDC;
 }
 .AnyTagClassName
 {
   color: #949FDC;
 }
</style>

background-color css

<style>
 a { background-color: #949FDC; }

 a { background-color: rgb(148,159,220); }

 div.DivClassName
 {
   background-color: #949FDC;
 }
 .BgClassName
 {
   background-color: #949FDC;
 }
</style>

border-color css

<style>
 span { border-color: #949FDC; }

 span { border-color: rgb(148,159,220); }

 td.TdClassName
 {
   border-color: #949FDC;
 }
 .TagClassName
 {
   border-color: #949FDC;
 }
</style>