Html Css Color HEX #969DF8 Portage

📋 copy color: '#969DF8'

red 150 ◦ green 157 ◦ blue 248

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

Shades of Portage #969DF8

Tints of Portage #969DF8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.29%

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

R = 27.03%
G = 28.29%
B = 44.68%

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

#969DF8 (or 0x969DF8) is known color: Portage. HEX triplet: 96, 9D and F8. RGB value is (150,157,248). Sum of RGB (Red+Green+Blue) = 150+157+248=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #969DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969DF8 is #696207. Grayscale: #A4A4A4. Windows color (decimal): -6906376 or 16293270. OLE color: 16293270.

HSL color Cylindrical-coordinate representation of color #969DF8: hue angle of 235.71º 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 #969DF8 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 157 248 -
CMYK 0.40 0.37 0 0.03
HSL 235.71º 0.88% 0.78% -
HSV(B) 235.71º 0.4% 0.97% -
XYZ 41.58 37.38 93.83 -
YUV 165.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 150 157 248 0.40 0.37 0 0.03 235.71 0.88 0.78
Hex 96 9D F8 28 25 0 3 EC 58 4E
Octal 226 235 370 50 45 0 3 354 130 116
Binary 10010110 10011101 11111000 101000 100101 0 11 11101100 1011000 1001110

Color Harmonies of #969DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969DF8

Black with #969DF8

Text Example


Text Example

White with #969DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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