Html Css Color HEX #949FCF Portage

📋 copy color: '#949FCF'

red 148 ◦ green 159 ◦ blue 207

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

Shades of Portage #949FCF

Tints of Portage #949FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 28.79%
G = 30.93%
B = 40.27%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#949FCF (or 0x949FCF) is known color: Portage. HEX triplet: 94, 9F and CF. RGB value is (148,159,207). Sum of RGB (Red+Green+Blue) = 148+159+207=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #949FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FCF is #6B6030. Grayscale: #A0A0A0. Windows color (decimal): -7036977 or 13606804. OLE color: 13606804.

HSL color Cylindrical-coordinate representation of color #949FCF: hue angle of 228.81º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949FCF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 159 207 -
CMYK 0.29 0.23 0 0.19
HSL 228.81º 0.38% 0.7% -
HSV(B) 228.81º 0.29% 0.81% -
XYZ 35.87 35.6 64.01 -
YUV 161.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 148 159 207 0.29 0.23 0 0.19 228.81 0.38 0.7
Hex 94 9F CF 1D 17 0 13 E5 26 46
Octal 224 237 317 35 27 0 23 345 46 106
Binary 10010100 10011111 11001111 11101 10111 0 10011 11100101 100110 1000110

Color Harmonies of #949FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FCF

Black with #949FCF

Text Example


Text Example

White with #949FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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