Html Css Color HEX #949FCC Portage

📋 copy color: '#949FCC'

red 148 ◦ green 159 ◦ blue 204

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

Shades of Portage #949FCC

Tints of Portage #949FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 28.96%
G = 31.12%
B = 39.92%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#949FCC (or 0x949FCC) is known color: Portage. HEX triplet: 94, 9F and CC. RGB value is (148,159,204). Sum of RGB (Red+Green+Blue) = 148+159+204=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #949FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FCC is #6B6033. Grayscale: #A0A0A0. Windows color (decimal): -7036980 or 13410196. OLE color: 13410196.

HSL color Cylindrical-coordinate representation of color #949FCC: hue angle of 228.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949FCC is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 159 204 -
CMYK 0.27 0.22 0 0.2
HSL 228.21º 0.35% 0.69% -
HSV(B) 228.21º 0.27% 0.8% -
XYZ 35.51 35.45 62.1 -
YUV 160.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 148 159 204 0.27 0.22 0 0.2 228.21 0.35 0.69
Hex 94 9F CC 1B 16 0 14 E4 23 45
Octal 224 237 314 33 26 0 24 344 43 105
Binary 10010100 10011111 11001100 11011 10110 0 10100 11100100 100011 1000101

Color Harmonies of #949FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FCC

Black with #949FCC

Text Example


Text Example

White with #949FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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