Html Css Color HEX #969AED Portage

📋 copy color: '#969AED'

red 150 ◦ green 154 ◦ blue 237

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

Shades of Portage #969AED

Tints of Portage #969AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.47%

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 27.73%
G = 28.47%
B = 43.81%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#969AED (or 0x969AED) is known color: Portage. HEX triplet: 96, 9A and ED. RGB value is (150,154,237). Sum of RGB (Red+Green+Blue) = 150+154+237=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #969AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969AED is #696512. Grayscale: #A1A1A1. Windows color (decimal): -6907155 or 15571606. OLE color: 15571606.

HSL color Cylindrical-coordinate representation of color #969AED: hue angle of 237.24º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969AED is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 154 237 -
CMYK 0.37 0.35 0 0.07
HSL 237.24º 0.71% 0.76% -
HSV(B) 237.24º 0.37% 0.93% -
XYZ 39.42 35.71 84.94 -
YUV 162.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 150 154 237 0.37 0.35 0 0.07 237.24 0.71 0.76
Hex 96 9A ED 25 23 0 7 ED 47 4C
Octal 226 232 355 45 43 0 7 355 107 114
Binary 10010110 10011010 11101101 100101 100011 0 111 11101101 1000111 1001100

Color Harmonies of #969AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969AED

Black with #969AED

Text Example


Text Example

White with #969AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,154,237); }

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

background-color css

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

 a { background-color: rgb(150,154,237); }

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

border-color css

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

 span { border-color: rgb(150,154,237); }

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