Html Css Color HEX #969EEA Portage

📋 copy color: '#969EEA'

red 150 ◦ green 158 ◦ blue 234

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

Shades of Portage #969EEA

Tints of Portage #969EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 27.68%
G = 29.15%
B = 43.17%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#969EEA (or 0x969EEA) is known color: Portage. HEX triplet: 96, 9E and EA. RGB value is (150,158,234). Sum of RGB (Red+Green+Blue) = 150+158+234=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #969EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EEA is #696115. Grayscale: #A3A3A3. Windows color (decimal): -6906134 or 15376022. OLE color: 15376022.

HSL color Cylindrical-coordinate representation of color #969EEA: hue angle of 234.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969EEA is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 158 234 -
CMYK 0.36 0.32 0 0.08
HSL 234.29º 0.67% 0.75% -
HSV(B) 234.29º 0.36% 0.92% -
XYZ 39.66 36.88 82.87 -
YUV 164.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 150 158 234 0.36 0.32 0 0.08 234.29 0.67 0.75
Hex 96 9E EA 24 20 0 8 EA 43 4B
Octal 226 236 352 44 40 0 10 352 103 113
Binary 10010110 10011110 11101010 100100 100000 0 1000 11101010 1000011 1001011

Color Harmonies of #969EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EEA

Black with #969EEA

Text Example


Text Example

White with #969EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,158,234); }

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

background-color css

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

 a { background-color: rgb(150,158,234); }

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

border-color css

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

 span { border-color: rgb(150,158,234); }

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