Html Css Color HEX #969BF8 Portage

📋 copy color: '#969BF8'

red 150 ◦ green 155 ◦ blue 248

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

Shades of Portage #969BF8

Tints of Portage #969BF8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.03%

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

R = 27.12%
G = 28.03%
B = 44.85%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#969BF8 (or 0x969BF8) is known color: Portage. HEX triplet: 96, 9B and F8. RGB value is (150,155,248). Sum of RGB (Red+Green+Blue) = 150+155+248=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #969BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969BF8 is #696407. Grayscale: #A3A3A3. Windows color (decimal): -6906888 or 16292758. OLE color: 16292758.

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

Color convert

RGB 150 155 248 -
CMYK 0.40 0.38 0 0.03
HSL 236.94º 0.88% 0.78% -
HSV(B) 236.94º 0.4% 0.97% -
XYZ 41.24 36.7 93.72 -
YUV 164.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 150 155 248 0.40 0.38 0 0.03 236.94 0.88 0.78
Hex 96 9B F8 28 26 0 3 ED 58 4E
Octal 226 233 370 50 46 0 3 355 130 116
Binary 10010110 10011011 11111000 101000 100110 0 11 11101101 1011000 1001110

Color Harmonies of #969BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BF8

Black with #969BF8

Text Example


Text Example

White with #969BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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