Html Css Color HEX #959CED Portage

📋 copy color: '#959CED'

red 149 ◦ green 156 ◦ blue 237

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

Shades of Portage #959CED

Tints of Portage #959CED

RGB

 RED value IS 149 (58.59% from 255) = 27.49%

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

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

R = 27.49%
G = 28.78%
B = 43.73%

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

#959CED (or 0x959CED) is known color: Portage. HEX triplet: 95, 9C and ED. RGB value is (149,156,237). Sum of RGB (Red+Green+Blue) = 149+156+237=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #959CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CED is #6A6312. Grayscale: #A2A2A2. Windows color (decimal): -6972179 or 15572117. OLE color: 15572117.

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

Color convert

RGB 149 156 237 -
CMYK 0.37 0.34 0 0.07
HSL 235.23º 0.71% 0.76% -
HSV(B) 235.23º 0.37% 0.93% -
XYZ 39.57 36.28 85.04 -
YUV 163.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 149 156 237 0.37 0.34 0 0.07 235.23 0.71 0.76
Hex 95 9C ED 25 22 0 7 EB 47 4C
Octal 225 234 355 45 42 0 7 353 107 114
Binary 10010101 10011100 11101101 100101 100010 0 111 11101011 1000111 1001100

Color Harmonies of #959CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CED

Black with #959CED

Text Example


Text Example

White with #959CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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