Html Css Color HEX #969CED Portage

📋 copy color: '#969CED'

red 150 ◦ green 156 ◦ blue 237

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

Shades of Portage #969CED

Tints of Portage #969CED

RGB

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

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

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

R = 27.62%
G = 28.73%
B = 43.65%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#969CED (or 0x969CED) is known color: Portage. HEX triplet: 96, 9C and ED. RGB value is (150,156,237). Sum of RGB (Red+Green+Blue) = 150+156+237=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #969CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CED is #696312. Grayscale: #A3A3A3. Windows color (decimal): -6906643 or 15572118. OLE color: 15572118.

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

Color convert

RGB 150 156 237 -
CMYK 0.37 0.34 0 0.07
HSL 235.86º 0.71% 0.76% -
HSV(B) 235.86º 0.37% 0.93% -
XYZ 39.75 36.38 85.05 -
YUV 163.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 150 156 237 0.37 0.34 0 0.07 235.86 0.71 0.76
Hex 96 9C ED 25 22 0 7 EC 47 4C
Octal 226 234 355 45 42 0 7 354 107 114
Binary 10010110 10011100 11101101 100101 100010 0 111 11101100 1000111 1001100

Color Harmonies of #969CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CED

Black with #969CED

Text Example


Text Example

White with #969CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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