Html Css Color HEX #969CF8 Portage

📋 copy color: '#969CF8'

red 150 ◦ green 156 ◦ blue 248

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

Shades of Portage #969CF8

Tints of Portage #969CF8

RGB

 RED value IS 150 (58.98% from 255) = 27.08%

 GREEN value IS 156 (61.33% from 255) = 28.16%

 BLUE value IS 248 (97.27% from 255) = 44.77%

R = 27.08%
G = 28.16%
B = 44.77%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#969CF8 (or 0x969CF8) is known color: Portage. HEX triplet: 96, 9C and F8. RGB value is (150,156,248). Sum of RGB (Red+Green+Blue) = 150+156+248=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #969CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CF8 is #696307. Grayscale: #A4A4A4. Windows color (decimal): -6906632 or 16293014. OLE color: 16293014.

HSL color Cylindrical-coordinate representation of color #969CF8: hue angle of 236.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #969CF8 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 156 248 -
CMYK 0.40 0.37 0 0.03
HSL 236.33º 0.88% 0.78% -
HSV(B) 236.33º 0.4% 0.97% -
XYZ 41.41 37.04 93.77 -
YUV 164.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 150 156 248 0.40 0.37 0 0.03 236.33 0.88 0.78
Hex 96 9C F8 28 25 0 3 EC 58 4E
Octal 226 234 370 50 45 0 3 354 130 116
Binary 10010110 10011100 11111000 101000 100101 0 11 11101100 1011000 1001110

Color Harmonies of #969CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CF8

Black with #969CF8

Text Example


Text Example

White with #969CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969CF8; }

 p { color: rgb(150,156,248); }

 H1.HeaderClassName
 {
   color: #969CF8;
 }
 .AnyTagClassName
 {
   color: #969CF8;
 }
</style>

background-color css

<style>
 a { background-color: #969CF8; }

 a { background-color: rgb(150,156,248); }

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

border-color css

<style>
 span { border-color: #969CF8; }

 span { border-color: rgb(150,156,248); }

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