Html Css Color HEX #968ECF Blue Bell

📋 copy color: '#968ECF'

red 150 ◦ green 142 ◦ blue 207

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

Shades of Blue Bell #968ECF

Tints of Blue Bell #968ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.46%

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 30.06%
G = 28.46%
B = 41.48%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#968ECF (or 0x968ECF) is known color: Blue Bell. HEX triplet: 96, 8E and CF. RGB value is (150,142,207). Sum of RGB (Red+Green+Blue) = 150+142+207=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #968ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECF is #697130. Grayscale: #979797. Windows color (decimal): -6910257 or 13602454. OLE color: 13602454.

HSL color Cylindrical-coordinate representation of color #968ECF: hue angle of 247.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968ECF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 142 207 -
CMYK 0.28 0.31 0 0.19
HSL 247.38º 0.4% 0.68% -
HSV(B) 247.38º 0.31% 0.81% -
XYZ 33.51 30.34 63.12 -
YUV 151.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 150 142 207 0.28 0.31 0 0.19 247.38 0.4 0.68
Hex 96 8E CF 1C 1F 0 13 F7 28 44
Octal 226 216 317 34 37 0 23 367 50 104
Binary 10010110 10001110 11001111 11100 11111 0 10011 11110111 101000 1000100

Color Harmonies of #968ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968ECF

Black with #968ECF

Text Example


Text Example

White with #968ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968ECF; }

 p { color: rgb(150,142,207); }

 H1.HeaderClassName
 {
   color: #968ECF;
 }
 .AnyTagClassName
 {
   color: #968ECF;
 }
</style>

background-color css

<style>
 a { background-color: #968ECF; }

 a { background-color: rgb(150,142,207); }

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

border-color css

<style>
 span { border-color: #968ECF; }

 span { border-color: rgb(150,142,207); }

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